Speedometer

Instrument that informs about speed.

This instrument can be obtained from a drone using: drone.getInstrument(Speedometer::class.java)

See also

Drone.getInstrument

Properties

Link copied to clipboard
abstract val airSpeed: Double?

Drone current speed on the horizontal plane relative to the air.

Link copied to clipboard
abstract val downSpeed: Double?

Drone current speed along the down axis, relative to the ground.

Link copied to clipboard
abstract val eastSpeed: Double?

Drone current speed along the east axis, relative to the ground.

Link copied to clipboard
abstract val forwardSpeed: Double?

Drone current speed along its front axis on the horizontal plane, relative to the ground.

Link copied to clipboard
abstract val groundSpeed: Double?

Drone current speed on the horizontal plane relative to the ground.

Link copied to clipboard
abstract val northSpeed: Double?

Drone current speed along the north axis, relative to the ground.

Link copied to clipboard
abstract val rightSpeed: Double?

Drone current speed along its right axis on the horizontal plane, relative to the ground.